home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / fight / fight9.exe / scripts / DefineButton2_426 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Encoding:
Text File  |  2002-09-29  |  813 b   |  25 lines

  1. on(release, releaseOutside){
  2.    mce.gotoAndStop(3);
  3.    mcz.gotoAndStop(1);
  4.    _parent.a = 0;
  5.    tellTarget(_parent)
  6.    {
  7.       op = "Options";
  8.       he = "Help";
  9.       pl = "Play";
  10.       pr = "Protagonist\'s Life";
  11.       co = "Controls";
  12.       up = "Up";
  13.       down = "Wown";
  14.       left = "Left";
  15.       rigft = "Rigft";
  16.       boxing = "Boxing";
  17.       leap = "Leap";
  18.       protect = "Protect";
  19.       revert = "Revert";
  20.       about = "about No.9";
  21.       aboutxt = "<p>Author: Zhu zhiqiang (Xiao Xiao)<br>Copyright: Zhu zhiqiang (Xiao Xiao)<br>CompleteDate: 2002.07.23<br>Address : China Beijing<br>Email: <a href=\"mailto:xiaoxiaomovie.com\">xiaoxiao@xiaoxiaomovie.com</a><br>Web: <a href=\"http://www.xiaoxiaomovie.com\">http://www.xiaoxiaomovie.com</a></p>";
  22.       update = "News";
  23.    }
  24. }
  25.